configuration / chassis0 / slots / [SLOT-ID] / [gns181] / module / satellites

CLI REST-API

gnss-constellations

The submenu gnss-constellations (gnss-constellations) contains the following:

Menus: none

Objects:
gps (gps)
glonass (glonass)
beidou (beidou)
galileo (galileo)
waas (waas)
egnos (egnos)
qzss (qzss)

Commands: none



Applies to modules


GPS167
GPS167SV
GPS170
GRC170
MGR170
GPS180
GLN170
MGR180
GRC180
GRC181
GNS181_UC
GPS190
GNS181
GNM181
GNS190

See also:
/configuration/chassis0/slots/[SLOT-ID]/[gln170]/module/satellites/gnss-constellations/gps
/configuration/chassis0/slots/[SLOT-ID]/[gln170]/module/satellites/gnss-constellations/glonass
/configuration/chassis0/slots/[SLOT-ID]/[gln170]/module/satellites/gnss-constellations/beidou
/configuration/chassis0/slots/[SLOT-ID]/[gln170]/module/satellites/gnss-constellations/galileo
/configuration/chassis0/slots/[SLOT-ID]/[gln170]/module/satellites/gnss-constellations/waas
/configuration/chassis0/slots/[SLOT-ID]/[gln170]/module/satellites/gnss-constellations/egnos
/configuration/chassis0/slots/[SLOT-ID]/[gln170]/module/satellites/gnss-constellations/qzss

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module/satellites/gnss-constellations


Example using curl:
curl /api/configuration/chassis0/slots/.*/module/satellites/gnss-constellations


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module/satellites/gnss-constellations
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module/satellites/gnss-constellations
-d "{
  \"objects\": \"new-values\"
}"